home *** CD-ROM | disk | FTP | other *** search
- #!C:\Perl\bin\perl.exe
-
- #This will NOT work if you don't copy it to you CGI dir
- #IMPORTANT : If this doesn't work, read README.TXT. It has
- #instructions to run this offline in windows.
-
- #Please Change above to where your perl is.
- #If you upload it, change to where perl is on your server
-
- print "Content-Type: text/html\n\n";
- print <<EndHdr;
- <html><head><title>Visual Perl Editor v2.6</title></head>
- EndHdr
-
- print("Welcome. This is a test");
-
- print <<EndFooter;
- </body></html>
- EndFooter
-